home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / utility / ffe101.zip / ANIM.SWG / 0008_GL.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-03  |  1KB  |  26 lines

  1. --------a-GRASPRT GL-G----------------------
  2.  
  3. The  .GL  animation files are graphic  animations, some just .GIF files,
  4. others mini-movies, used mostly for x-rated adult animations. The format
  5. of the files is plain guesswork by me. The analyzed file did not include
  6. any animations but only .GIF files and two text files which seemed to be
  7. the animation script. There is no safe way of identifying a file as a GL
  8. animation, maybe except for adding the subfile sizes and the header size
  9. and then check if this matches the file size.
  10.  
  11. OFFSET              Count TYPE   Description
  12. 0000h                   1 word   Length of header, excluding this word
  13.                                  ="HLN"
  14. 0002h                   ? rec    The directory entries for each file
  15.                         1 dword  Offset of the stored file
  16.                        12 char   DOS file name of the stored file
  17. 0002h+                  1 dword  Length of the first stored file
  18.  "HLN"
  19.                         ? byte   The first file
  20.                                  The other files follow in similar
  21.                                  manner, length->file->length->file
  22. EXTENSION:GL
  23. OCCURENCES:PC
  24. PROGRAMS:GRASPRT
  25.  
  26.